A tela de abertura (splash screen) é uma imagem que aparece durante a inicialização do FreeCAD. Você pode desabilitar a tela de abertura no menu Editar / Preferências do FreeCAD removendo a opção "Mostrar a tela de splash ao iniciar".
introduced in version 1.0: The splash screen image is picked randomly from multiple images including user models and selected add-on workbenches.
To use a custom splash screen, you have to place an image named splash_image.png in one of the following directories depending on the operating system:
The directory can be found using the App.getUserAppDataDir()
command in the Python console. The Gui
and images
folders may have to be created first. The same custom splash screen will be used for all versions of FreeCAD on a given computer.